Welcome to Linux
Introduction
In this session, we will familiarise ourselves with our working environment. We will learn how to set up a Kali Linux virtual machine and how to use its capabilities. We will also introduce the programming language that we'll use throughout all sessions: Python.
Prerequisites
Fluency in the English language
Basic programming knowledge (you are able to develop and run basic programs using integers, strings, arrays)
The ability to use and search the internet
Curiosity, thirst for knowledge
Interest in cybersecurity
What is Linux?
Well, Linux is family of operating systems (OS's). One such OS is Kali Linux, which is specially designed for security enthusiasts. This means that Kali comes with a few hundred preinstalled apps that are useful for anyone working in or learning about security. We'll be using some of these apps throughout this track.
Setting up Your Kali Virtual Machine
Start downloading the Kali VM Image torrent.
Download the VirtualBox installer for your system from here.
Install VirtualBox using the installer you downloaded at step 2.
Start VirtualBox.
When the download started at step 1 finishes, press the Import button.
Select the downloaded
.ova
file (the VM image) in the newly opened window.Click Import. You'll be able to change the VM's resources later. After the import finishes, the VM should appear to the left of the VirtualBox window
Click the VM and then click Start.
Use the username
root
and the passwordtoor
to log in.